This is a template used to create a test method for Ktor in a JUnit 4 test class.
Predefined variables will take the following values:
${NAME}   name of the created method.
${HTTP_METHOD}   Http method being used (Get, Post, etc.).
${ROUTE}   Route, relative to the current service, that needs to be tested.
${CONFIGURE_SERVER}   A route extension method that configures a routing tree for a server part that needs to be tested.
${BODY}   generated method body.